Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

167
Views
Cómo especificar campos de etiqueta y descripción en la solicitud de API "datastore_create" de CKAN

Estoy creando un almacén de datos usando la API de CKAN, pero CKAN ignora las propiedades de la label y la description :

 const fields = [ { id: "id_unique", type: "text", label: "label of id_unique", // CKAN ignoring this property description: "description of id_unique", // CKAN ignoring this property }, { id: "latitude", type: "text", label: "label of latitude", // CKAN ignoring this property description: "description of latitude", // CKAN ignoring this property }, { id: "longitude", type: "text", label: "label of longitude", // CKAN ignoring this property description: "description of longitude", // CKAN ignoring this property }, ] await clientAction('datastore_create', { package_id, resource_id, force, fields, records, primary_key, })

Resultado:

ingrese la descripción de la imagen aquí

¿Cómo puedo enviar las propiedades "etiqueta" y "descripción"?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Descubrí la solución. Se especifica en un campo de info :

 const fields = [ { id: "id_unique", type: "text", info: { notes: "description of id_unique", label: "label of id_unique", } }, { id: "latitude", type: "text", info: { notes: "description of latitude", label: "label of latitude", } }, { id: "longitude", type: "text", info: { notes: "description of longitude", label: "label of longitude", } }, ]
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!